background

1
2
3
4
5
6
[ <bg-layer> , ]* <final-bg-layer>
<bg-layer> = <bg-image> || <position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <box> || <box>
<final-bg-layer> = <bg-image> || <position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <box> || <box> || <'background-color'>
<bg-image> = <image> | none

<image>
<position>
<bg-size>
<repeat-style>
<attachment>
<box>

radial-gradient()

1
2
3
4
5
6
7
8
<radial-gradient> = radial-gradient(
[ [ <shape> || <size> ] [ at <position> ]? , |
at <position>,
]?
<color-stop> [ , <color-stop> ]+
)
<shape> = circle || ellipse